From: Kenichi Handa Date: Fri, 22 Aug 1997 01:19:27 +0000 (+0000) Subject: (x_list_fonts): Adjusted for the name change of X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~79628 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6b0efe7393e75bccf715f7248409749b43407916;p=emacs.git (x_list_fonts): Adjusted for the name change of Valternate_fontname_alist. --- diff --git a/src/xterm.c b/src/xterm.c index be119e24a77..3a13f896ff6 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -6370,7 +6370,7 @@ x_list_fonts (f, pattern, size, maxnames) Lisp_Object list = Qnil, patterns, newlist = Qnil, key, tem, second_best; Display *dpy = f != NULL ? FRAME_X_DISPLAY (f) : x_display_list->display; - patterns = Fassoc (pattern, Valternative_fontname_alist); + patterns = Fassoc (pattern, Valternate_fontname_alist); if (NILP (patterns)) patterns = Fcons (pattern, Qnil);